compress/flate.huffmanDecoder.linkMask (field)
3 uses
	compress/flate (current package)
		inflate.go#L108: 	linkMask uint32                   // mask the width of the link table
		inflate.go#L174: 		h.linkMask = uint32(numLinks - 1)
		inflate.go#L733: 			chunk = h.links[chunk>>huffmanValueShift][(b>>huffmanChunkBits)&h.linkMask]
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |